home *** CD-ROM | disk | FTP | other *** search
/ TENTEN Mental Arithmetic / TENTEN Mental Arithmetic.iso / instdir / q_hard.dat < prev    next >
Text File  |  1998-01-26  |  3KB  |  79 lines

  1. $The levels for 10 out of 10 Mental Arithmetic - hard
  2.  
  3. $This file may be edited by parents and teachers so that the 10 out of 10
  4. $mental arithmetic package may be customised to exactly meet any child's needs.
  5. $Take care if you do edit this file as the program may fail if you do not
  6. $have all the required data in exactly the form shown.
  7. $We suggest that you backup this file before you make any changes. You can
  8. $then restore the original if you have problems.
  9. $Lines commencing with $ are ignored.
  10.  
  11. $The command line dictates which way questions are presented.
  12. $The fotmat of each question is either:
  13.  
  14. $Question style 1
  15. $  (n,n) [signOption] (n,n)=(n,n)
  16. $The brackets hold the lowest and highest possibilities of the number
  17. $and the Option is the carry sprcification.
  18. $i.e. [+c] is plus, with carry
  19. $     [-]  is minus (carry doesn't matter)
  20. $     [-nc] is minus with no carry
  21. $     [*] is multiply
  22. $     [/] is divide
  23.  
  24. $ for example,
  25. $     (0,20)[+nc](0,20)=(0,20),(0,20)[-nc](0,20)=(0,20)
  26. $gives the addition and subtraction facts to 20 ensuring there is no carry.
  27.  
  28.  
  29. $Question style 2
  30. $The advanced format is:-
  31.  
  32. $   (low,high,decimal)[sign](low,high,decimal)=ú(low,high,deciaml)
  33. $e.g.
  34. $  (2,25,?2)[*](0,25,0)=ú(2,25,?2)
  35.  
  36. $...will give questions like 
  37. $   ú2.00 * 5 = ú10.00
  38.  
  39. $The question mark before the decimal figure tells the program that
  40. $the number can have any number of decimal places up to that value.
  41. $If you omit the '?, you'll ONLY get numbers of that precicion.
  42.  
  43. $If you omit the 'ú' the numbers will not be formatted (i.e. trailing
  44. $zeros will not be added etc.)
  45.  
  46. $    (2,25,2)[*](0,25,0)=(2,25,?2)
  47. $...will give questions like 
  48. $    2.75 * 5 = 13.75
  49.  
  50. $If the question is to be an addition or subtraction the money format
  51. $is slightly different:-
  52.  
  53. $    (2,25,?2)[+](0,25,0)=ú(2,25,?2)
  54. $...will give questions like 
  55. $    ú2.75 + ú5.00 = ú13.75
  56.  
  57. $ Use,\ at the end of a line for continuation
  58.  
  59. $The next six command lines dictate the content of the six levels.
  60.  
  61. $Level 1
  62. (6,12)[*](6,12)=(36,144)
  63. $Level 2
  64. (0,144)[/](6,12)=(0,12)
  65. $Level 3
  66. (0,9999)[+](0,9999)=(0,9999),(0,9999)[-](0,9999)=(0,9999)
  67. $Level 4
  68. (2,99,?2)[+](1,99,2)=ú(2,99,?2),(2,99,?2)[-](1,99,2)=ú(2,99,?2)
  69. $Level 5
  70. (2,25,2)[*](0,5,0)=ú(2,99,?2),(2,99,2)[/](2,5,0)=ú(2,25,?2)
  71. $Level 6
  72. (6,12)[*](6,12)=(6,144),(0,144)[/](6,12)=(0,12),(0,9999)[+](0,9999)=(0,9999),\
  73. (0,9999)[-](0,9999)=(0,9999),(2,99,?2)[+](1,99,2)=ú(2,99,?2),\
  74. (2,99,?2)[-](1,99,2)=ú(2,99,?2),(2,25,2)[*](0,5,0)=ú(2,99,?2),\
  75. (2,99,2)[/](2,5,0)=ú(2,25,?2)
  76.  
  77.  
  78. $Remember to edit the file called hardfact.dat to match the above challenges
  79.